[INFO] fetching crate snocat-cli 0.8.0-alpha.5...
[INFO] fixing snocat-cli-0.8.0-alpha.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate snocat-cli 0.8.0-alpha.5 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate snocat-cli 0.8.0-alpha.5
[INFO] finished tweaking crates.io crate snocat-cli 0.8.0-alpha.5
[INFO] tweaked toml for crates.io crate snocat-cli 0.8.0-alpha.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate snocat-cli 0.8.0-alpha.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate snocat-cli 0.8.0-alpha.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9
[INFO] running `Command { std: "docker" "start" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking once_cell v1.17.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]     Checking futures-sink v0.3.26
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]     Checking rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking futures-io v0.3.26
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]     Checking time-core v0.1.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking time v0.3.17
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking thread_local v1.1.5
[INFO] [stderr]     Checking pem v3.0.2
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking dashmap v5.4.0
[INFO] [stderr]     Checking arc-swap v1.6.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking clap v3.2.23
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking regex v1.7.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking rustls-webpki v0.101.6
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking rcgen v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]     Checking quinn-proto v0.10.5
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.16
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking tokio-stream v0.1.11
[INFO] [stderr]     Checking futures-executor v0.3.26
[INFO] [stderr]     Checking futures v0.3.26
[INFO] [stderr]     Checking quinn v0.10.2
[INFO] [stderr]     Checking uuid v1.3.0
[INFO] [stderr]     Checking snocat v0.8.0-alpha.5
[INFO] [stderr]     Checking snocat-cli v0.8.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]      |
[INFO] [stdout]  192 | / /     tcp_listener
[INFO] [stdout]  193 | | |       .map_err(|_io_error| ServiceError::UnexpectedEnd)
[INFO] [stdout]  194 | | |       .take_until({
[INFO] [stdout]  195 | | |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout]  196 | | |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]      | | |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | | |         |
[INFO] [stdout]      | | |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | | |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...    | |
[INFO] [stdout]  241 | | |       })
[INFO] [stdout]  242 | | |       .await?;
[INFO] [stdout]      | | |        ------- now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      | | |        |   ||
[INFO] [stdout]      | |_|________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |        |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/sync/cancellation_token.rs:88:1
[INFO] [stdout]      |
[INFO] [stdout]   88 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.26/src/stream/futures_unordered/mod.rs:578:1
[INFO] [stdout]      |
[INFO] [stdout]  578 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/sync/notify.rs:1107:1
[INFO] [stdout]      |
[INFO] [stdout] 1107 | impl Drop for Notified<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/io/poll_evented.rs:247:1
[INFO] [stdout]      |
[INFO] [stdout]  247 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/services/demand_proxy.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |       .take_until({
[INFO] [stdout]     |        ---------- borrow later used by call
[INFO] [stdout] 195 |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout] 196 |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:149:9
[INFO] [stdout]      |
[INFO] [stdout]  141 |   let matches = app.get_matches();
[INFO] [stdout]      |       -------
[INFO] [stdout]      |       |
[INFO] [stdout]      |       `matches` calls a custom destructor
[INFO] [stdout]      |       `matches` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  144 |   let rt = tokio::runtime::Builder::new_multi_thread()
[INFO] [stdout]      |       --
[INFO] [stdout]      |       |
[INFO] [stdout]      |       `rt` calls a custom destructor
[INFO] [stdout]      |       `rt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  149 |   match rt.block_on(handler) {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  155 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `matches` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `matches` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/mod.rs:1813:1
[INFO] [stdout]      |
[INFO] [stdout] 1813 | impl<T, A: Allocator + Clone> Drop for RawTable<T, A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/runtime/runtime.rs:419:1
[INFO] [stdout]      |
[INFO] [stdout]  419 | impl Drop for Runtime {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]      |
[INFO] [stdout]  192 | / /     tcp_listener
[INFO] [stdout]  193 | | |       .map_err(|_io_error| ServiceError::UnexpectedEnd)
[INFO] [stdout]  194 | | |       .take_until({
[INFO] [stdout]  195 | | |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout]  196 | | |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]      | | |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | | |         |
[INFO] [stdout]      | | |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | | |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...    | |
[INFO] [stdout]  241 | | |       })
[INFO] [stdout]  242 | | |       .await?;
[INFO] [stdout]      | | |        ------- now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      | | |        |   ||
[INFO] [stdout]      | |_|________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |        |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |            |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/sync/cancellation_token.rs:88:1
[INFO] [stdout]      |
[INFO] [stdout]   88 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.26/src/stream/futures_unordered/mod.rs:578:1
[INFO] [stdout]      |
[INFO] [stdout]  578 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/sync/notify.rs:1107:1
[INFO] [stdout]      |
[INFO] [stdout] 1107 | impl Drop for Notified<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/io/poll_evented.rs:247:1
[INFO] [stdout]      |
[INFO] [stdout]  247 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |       .take_until({
[INFO] [stdout]     |        ---------- borrow later used by call
[INFO] [stdout] 195 |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout] 196 |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:149:9
[INFO] [stdout]      |
[INFO] [stdout]  141 |   let matches = app.get_matches();
[INFO] [stdout]      |       -------
[INFO] [stdout]      |       |
[INFO] [stdout]      |       `matches` calls a custom destructor
[INFO] [stdout]      |       `matches` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  144 |   let rt = tokio::runtime::Builder::new_multi_thread()
[INFO] [stdout]      |       --
[INFO] [stdout]      |       |
[INFO] [stdout]      |       `rt` calls a custom destructor
[INFO] [stdout]      |       `rt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  149 |   match rt.block_on(handler) {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  155 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.69/src/error.rs:582:1
[INFO] [stdout]      |
[INFO] [stdout]  582 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `matches` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `matches` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/mod.rs:1813:1
[INFO] [stdout]      |
[INFO] [stdout] 1813 | impl<T, A: Allocator + Clone> Drop for RawTable<T, A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.29.1/src/runtime/runtime.rs:419:1
[INFO] [stdout]      |
[INFO] [stdout]  419 | impl Drop for Runtime {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.10s
[INFO] [stderr] crater-edition-check: snocat-cli v0.8.0-alpha.5 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking snocat-cli v0.8.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |       .take_until({
[INFO] [stdout]     |        ---------- borrow later used by call
[INFO] [stdout] 195 |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout] 196 |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^           - temporary value is freed at the end of this statement
[INFO] [stdout]     |         |
[INFO] [stdout]     |         creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/services/demand_proxy.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |       .take_until({
[INFO] [stdout]     |        ---------- borrow later used by call
[INFO] [stdout] 195 |         let stop_accepting = stop_accepting.clone();
[INFO] [stdout] 196 |         Box::new(stop_accepting).cancelled()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^           - temporary value is freed at the end of this statement
[INFO] [stdout]     |         |
[INFO] [stdout]     |         creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snocat-cli` (bin "snocat-cli" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snocat-cli` (bin "snocat-cli") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9", kill_on_drop: false }`
[INFO] [stdout] 860a9844583461886f1f922a494ecd5221b6fce87b33b5ed723dd5e33a6c93e9
